home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Red Shark / Common / RouterPrecalculatedGraph.script < prev    next >
Text File  |  2001-10-11  |  567b  |  21 lines

  1. //-------------------------------------------------------------------
  2. //
  3. //  This code is copyright 2001 by G5 Software.
  4. //  Any unauthorized usage, either in part or in whole of this code
  5. //  is strictly prohibited. Violators WILL be prosecuted to the
  6. //  maximum extent allowed by law.
  7. //
  8. //-------------------------------------------------------------------
  9.  
  10. class CRouterPrecalculatedGraph
  11. {
  12.   int LargeCellNumX = 64;
  13.   int LargeCellNumY = 64;
  14.  
  15.   void OnGeneratePrecalculatedGraph()
  16.   {
  17.     // call site's function
  18.     GenerateGraph();
  19.   };
  20. }
  21.